home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo Format for this program is: TR [Path\Filename]
- REM TR.BAT transmits in SSTV any file handled by Alchemy. You just type
- REM TR and a space and the Path\Filename\Suffix. Read TG.BAT for info.
- if "%1"=="" goto :DONE
- alchemy -t0 -24 -o -X640 -Y480 %1 a.tif
- REM %1 represents the info typed one space separated from TR.
- gwbasic alchconv
- del a.tif
- gwbasic alchvt
- :DONE
- echo.
- echo You need to specify a Path and Filename (JPG,GIF,PCX,TGA,etc. files)
-